﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2020,07,28 *
*/  

/* head */
.top {
   width: 100%;
   height: 35px;
   padding-top: 1px;
   overflow: hidden;
   background-color: #000;
}
.top_l {
   width: 55%;
}
.top_l i {
   font-size: 14px;
   display: inline-block;
   vertical-align: -1px;
   margin: 0 3px 0 1px;
}
.top_l img {
   display: inline-block;
   margin: 0 10px;
}
.top_r {
   width: 45%;
   text-align: right;
}
.top_r img {
   display: inline-block;
   vertical-align: -5px;
   margin: -1px 9px 0 0;
}
.top_r a {
   color: #fff;
   display: inline-block;
   margin: 9px 15px 0;
}
.top_r a:hover {
   color: #ffde00;
}
.top_r span.search {
   display: inline-block;
   margin-left: 18px;
}
.top_r span.search input {
   border: none;
   background-color: #ccc;
   height: 30px;
   line-height: 28px;
   overflow: hidden;
   display: inline-block;
   vertical-align: -1px;
   padding: 0 5px 0 10px;
}
.top_r span.search button {
   border: none;
   background-color: #004098;
   height: 30px;
   overflow: hidden;
   color: #fff;
   display: inline-block;
   vertical-align: -1px;
   width: 50px;
   cursor: pointer;
}

.header {
   width: 100%;
   position: absolute;
   z-index: 99999;
}
.logo {
   padding-top: 21px;
}
.naver {
   padding-top: 53px;
}
.naver ul {
   margin-right: -26px;
}
.naver li {
   float: left;
   position: relative;
}
.naver li a {
   color: #000;
   display: block;
   margin: 0 30px;
   padding-bottom: 15px;
}
.naver li a:hover,
.naver li:hover a {
   color: #004098;
}
.naver li .drop {
   display: none;
   position: absolute;
   top: 33px;
   left: 0;
   background-color: #004098;
   width: 100%;
   padding: 18px 0 6px;
   border-radius: 3px;
}
.naver li .drop a {
   color: #fff;
   margin: 0;
}
.naver li .drop a:hover {
   color: #ffde00;
}
.naver li:hover .drop {
   display: block;
}
.naver li:hover .drop span {
   position: absolute;
   top: -16px;
   left: 50%;
   margin-left: -8px;
   border: 8px solid transparent;
   border-bottom-color: #004098;
}

.slide {
   width: 100%;
   height: 795px;
   overflow: hidden;
   position: relative;
}

/* main */
.main {
   width: 1200px;
   margin: 0 auto;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 100%;
   padding-bottom: 8px;
   background-color: #222;
}
.products h2,
.news h2 {
   padding-top: 45px;
   font-size: 56px;
   font-weight: normal;
   text-transform: uppercase;
   color: #d3d3d3;
   margin-left: -2px;
}
.products h2 i.p1,
.news h2 i.p1 {
   color: #004098;
}
.products .pro_bt,
.news .xw_bt {
   padding: 6px 0 29px;
   overflow: hidden;
   color: #d3d3d3;
}
.products .pro_bt a,
.news .xw_bt a {
   color: #d3d3d3;
}
.products .pro_bt a:hover,
.news .xw_bt a:hover {
   color: #004098;
}
.products .pro_bt span,
.news .xw_bt span {
   display: block;
}
.products .pro_bt span i,
.news .xw_bt span i {
   display: inline-block;
}
.products .pro_bt span i.desc,
.news .xw_bt span i.desc {
   color: #747474;
   padding: 0 0 0 8px;
   vertical-align: -3px;
   line-height: 16px;
}
.products .pro_bt span.fr,
.news .xw_bt span.fr {
   text-align: right;
   margin-top: -5px;
}
.products .pro_bt span i.f19,
.news .xw_bt span i.f19 {
   background: url(/images/j.png) right top no-repeat;
   padding: 3px 30px 1px 0;
   font-size: 19px;
}
.products .pro_class {
   width: 100%;
   padding: 16px 0;
   background-color: #004098;
}
.products .pro_class li {
   float: left;
   margin-right: 12px;
}
.products .pro_class li a {
   display: block;
   color: #d3d3d3;
   border: 1px solid #b3c6e0;
   padding: 0 23px;
}
.products .pro_class li a:hover {
   border-color: #ffde00;
   color: #004098;
   background-color: #ffde00;
}
.products .pro_list {
   padding: 33px 0;
   position: relative;
}
.products .pro_list ul {
   margin-right: -17px;
}
.products .pro_list li {
   float: left;
   width: 222px;
   margin-right: 17px;
   border: 2px solid #f3f3f3;
   background-color: #fefefe;
}
.products .pro_list li div {
   height: 186px;
   line-height: 182px;
   overflow: hidden;
}
.products .pro_list li div img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}
.products .pro_list li span {
   display: block;
   height: 80px;
   padding-top: 21px;
   background-color: #eaeaea;
   transition:all .2s linear 0s
}
.products .pro_list li span i {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .pro_list li span i.t {
   color: #666;
   font-size: 16px;
}
.products .pro_list li span i.f {
   color: #004098;
   font-size: 13px;
}
.products .pro_list li:hover span i.t,
.products .pro_list li:hover span i.f {
   color: #fff;
}
.products .pro_list li:hover span {
   background-color: #004098;
}
.products .pro_list .bd {
   width: 1200px;
   margin: 0 auto;
   overflow: hidden;
}
.products .pro_list .hd .prev,
.products .pro_list .hd .next {
   position: absolute;
   top: 45%;
   cursor: pointer;
   width: 26px;
   height: 48px;
}
.products .pro_list .hd .prev {
   background: url(/images/left.png) no-repeat;
   left: -5%
}
.products .pro_list .hd .next {
   background: url(/images/right.png) no-repeat;
   right: -4.9%
}
.products .pro_list .hd .prev:hover {
   background: url(/images/left1.png) no-repeat;
}
.products .pro_list .hd .next:hover {
   background: url(/images/right1.png) no-repeat;
}
.news {
   width: 100%;
}
.news h2,
.news .xw_bt span i.f30 {
   color: #333;
}
.news .xw_bt a {
   color: #c3c3c3;
}
.news .n_list {
   padding-bottom: 78px;
}
.news .n_list ul {
   margin-right: -24px;
}
.news .n_list li {
   float: left;
   width: 384px;
   height: 375px;
   margin-right: 24px;
   overflow: hidden;
   position: relative;
}
.news .n_list li:hover {
   box-shadow: 0 0 15px #eee;
}
.news .n_list li img {
   height: 100%;
}
.news .n_list li .nbt {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 80.5%;
   padding: 8% 10% 0;
   background: rgba(0,0,0,0.65);
   height: 75px;
   transition: all .8s;
   -webkit-transition: all .8s;
}
.news .n_list li:hover .nbt {
   height: 188px;
   transition: all .8s;
   -webkit-transition: all .8s;
}
.news .n_list li .nbt span {
   display: block;
}
.news .n_list li .nbt span.desc {
   padding: 15px 0 20px;
}
.news .n_list li a {
   color: #fff;
}
.news .n_list li .nico {
   display: block;
   position: absolute;
   right: 38px;
   top: 49px;
   width: 34px;
   height: 34px;
}
.news .n_list li .nico img {
   opacity: 0;
}
.news .n_list li:hover .nico img {
   opacity: 1;
}
.wp_box {
   width: 100%;
   height: 495px;
   background-color: #fafafa;
   position: relative;
}
.wp_box .wico {
   padding: 68px 48px;
}
.wp_box .wico li {
   float: left;
   margin: 0 71px;
}
.wp_box .wico li img,
.wp_box .wico li span {
   display: block;
}
.wp_box .wico li a {
   color: #bebebe;
}
.wp_box .wico li span.bt {
   color: #595959;
   padding: 23px 0 14px;
}
.wp_box .wico li:hover span.bt {
   color: #004098;
}
.abouts {
   width: 100%;
   background: url(/images/abbg.jpg) center top no-repeat;
   position: relative;
   margin: -141px 0 90px;
   padding-top: 106px;
}
.abouts .a_box {
   background-color: #f6f6f6;
   width: 1048px;
   height: 313px;
   margin: 0 0 0 92px;
   position: relative;
}
.abouts .a_box .apic {
   width: 481px;
   height: 313px;
   position: absolute;
   left: -32px;
   top: -32px;
   overflow: hidden;
}
.abouts .a_box .apic img {
   height: 100%;
}
.abouts .a_box .adesc {
   width: 526px;
   margin-left: 483px;
   padding-top: 35px;
   color: #666;
   overflow: hidden;
}
.abouts .a_box .adesc h3,
.abouts .a_box .adesc h6 {
   font-weight: normal;
   text-transform: uppercase;
}
.abouts .a_box .adesc h6 {
   color: #ababab;
   padding: 3px 0 8px;
}
.abouts .a_box .adesc a {
   color: #004098;
}
.abouts .a_box .adesc a:hover {
   color: #fff;
   background-color: #004098;
}

/* cols */
.cols_slide {
   width: 100%;
   height: 350px;
   overflow: hidden;
   position: relative;
}
.cols_pos {
   width: 100%;
   padding: 15px 0 ;
   background-color: #f6f6f6;
   border-top: 1px solid #fff;
   color: #666;
}
.cols_pos i.fa-map-marker {
   display: inline-block;
   margin-right: 2px;
}
.cols_pos a {
   color: #666;
   display: inline-block;
   padding: 0 2px;
}
.cols_pos a:hover {
   color: #004098;
}

.cols {
   width: 100%;
   padding: 20px 0;
}
.cols .cols_l {
   width: 280px;
}
.cols .cols_r {
   width: 900px;
   border: 1px solid #eee;
}
.cols_bt {
   border-bottom: 1px solid #eee;
   padding: 3px 14px 0;
}
.cols_bt span {
   display: inline-block;
   padding: 15px 15px 13px 3px;
   color: #004098;
   border-bottom: 1px solid #004098;
   margin-bottom: -1px;
}
.cols_bt i {
   display: inline-block;
   vertical-align: -1px;
   margin: 0 4px 0 0;
}
.cols_desc {
   padding: 20px;
   color: #505050;
   background-color: #fbfbfb;
}
.cols_desc a {
   color: #505050;
}
.cols_desc a:hover {
   color: #004098;
}
.cols_desc img {
   max-width: 100%;
}
.cols_desc table {
   border-collapse:collapse;  
   border-spacing:0px; 
   width: 100% !important;
   font-size: 13px;
   line-height: 35px;
   background-color: #fff;
}
.cols_desc table,
.cols_desc tr,
.cols_desc td {
   border: 1px solid #e5e5e5;
}
.cols_desc td p {
   word-break: break-all;
}

/* news */
.newslist {
   padding: 0;
}
.newslist li {
   border-bottom: 1px dotted #ced1d7;
   overflow: hidden;
   padding: 20px 15px;
}
.newslist li .pic {
   width: 17%;
   height: 105px;
   overflow: hidden;
}
.newslist li .pic img {
   width: 100%;
}
.newslist li .desc {
   width: 80.5%;
   padding-top: 8px;
}
.newslist li .desc span {
   display: block;
}
.newslist li .desc a {
   color: #2e3746;
}
.newslist li .time {
   color: #bbb;
   padding: 11px 0;
}
.newslist li .desc {
   color: #8f959f;
}
.newslist li .desc a:hover {
   color: #004098;
}
.newslist li .desc i.fa-eye {
   display: inline-block;
   margin-left: 15px;
}
.newslist li:hover {
   background-color: #fafafa;
}

.n_bt {
   border-bottom: 1px solid #eee;
   padding: 35px 0 20px;
}
.n_bt h2 {
   color: #004098;
}
.n_bt span {
   color: #999;
   padding-top: 12px;
   display: block;
}
.n_bt span i {
   display: inline-block;
   padding: 0 5px;
}
.n_pic {
   padding: 15px 0;
}
.n_pic img {
   max-width: 100%;
}

/* products */
.productlist {
   padding: 15px 15px 0;
}
.productlist ul {
   margin-right: -15px;
}
.productlist li {
   float: left;
   width: 207px;
   margin: 0 12px 12px 0;
   border: 1px solid #f1f1f1;
   background-color: #fefefe;
}
.productlist li div {
   height: 170px;
   line-height: 168px;
   overflow: hidden;
}
.productlist li div img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}
.productlist li span {
   display: block;
   height: 53px;
   padding-top: 11px;
   background-color: #eee;
   transition:all .2s linear 0s
}
.productlist li span i {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.productlist li span i.t {
   color: #666;
   font-size: 14px;
}
.productlist li span i.f {
   color: #004098;
   font-size: 12px;
}
.productlist li:hover span i.t,
.productlist li:hover span i.f {
   color: #fff;
}
.productlist li:hover span {
   background-color: #004098;
}


/* photo */
.photo li div {
   height: 140px;
   line-height: 138px;
   overflow: hidden;
}
.photo li span {
   height: 33px;
   padding-top: 11px;
}

/* left */
.left_bt {
   background: url(/images/leftbt.jpg) no-repeat;
   height: 74px;
   padding: 26px 0 0 28px;
}
.left_list {
   padding: 12px 0;
}
.left_list li {
   margin-bottom: 11px;
}
.left_list li a {
   display: block;
   border: 1px solid #423636;
   padding: 14px 0 13px 15px;
   color: #000;
}
.left_list li a:hover {
   background-color: #ffde00;
   color: #004098;
   text-indent: 4px;
}

/* pages */
.n_pages {
   padding: 40px 0 ;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #979ba3;
   padding: 8px 12px 7px;
   margin: 0 3px;
   border: 1px solid #e3e5e8;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #f5f5f5;
   border-color: #e3e5e8;
   color: #8a919f;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 15px;
   color: #777;
}
.n_next a {
   color: #777;
}
.n_next a:hover {
   color: #004098;
}

/* message */
.messages {
   padding: 0 15px 30px
}
.messages h2 {
   font-size: 25px;
   font-weight: normal;
}
.messages ul {
   margin: 2.5% -1% 0 0;
}
.messages li {
   float: left;
   width: 49%;
   margin: 0 1% 1% 0;
}
.messages li input,
.messages li textarea {
   width: 99.5%;
   border: 1px solid #dfdfdf;
   padding: 2.3% 0 2.5%;
   text-indent: 14px;
   font-size: 15px;
   color: #666;
}
.messages li  input::-webkit-input-placeholder,
.messages li  textarea::-webkit-input-placeholder {
   color: #bbb;
   font-size: 13px;
}
.messages li textarea {
   padding: 1% 0;
   height: 100px;
}
.messages li.text {
   width: 99.3%;
   margin-right: 0;
}
.messages li.yzm input {
   width: 60%;
}
.messages li.yzm img {
   display: inline-block;
   vertical-align: -16px;
   margin-left: 10px;
   cursor: pointer;
}
.messages li button {
   background-color: #1b438b;
   color: #fff;
   border: none;
   display: block;
   width: 100%;
   font-size: 15px;
   cursor: pointer;
   padding: 2.5% 0 2.6%;
   margin-top: 2px;
}
.messages li:hover button {
   background-color: #002b78;
}

/* footer */
.footer {
   width: 100%;
   padding: 35px 0 0;
   background-color: #262932;
}
.footer .foot_lx {
   width: 565px;
   padding-bottom: 75px;
   color: #f4f4f4;
}
.footer .foot_lx ul {
   padding-top: 20px;
}
.footer .foot_lx img {
   display: block;
}
.footer .foot_lx i {
   display: inline-block;
   color: #dea60b;
   margin: 0 9px 0 1px;
   font-size: 16px;
}
.footer .foot_dh {
   width: 477px;
   padding-top: 50px;
   color: #fffffe;
}
.footer .foot_dh dl {
   width: 145px;
   float: left;
}
.footer .foot_dh dt {
   padding-bottom: 6px;
}
.footer .foot_dh dd a {
   color: #ccc;
}
.footer .foot_dh dd a:hover {
   color: #dea60b;
}
.footer .foot_ewm {
   width: 158px;
   margin-top: 50px;
}
.footer .foot_ewm img {
   width: 100%;
}
.footer .foot_ewm span {
   display: block;
   color: #aaa;
   padding-top: 15px;
}

.footer .copy {
   width: 100%;
   background-color: #1e2024;
   color: #888;
   padding: 19px 0 17px;
}
.footer .copy a {
   color: #888;
}
.footer .copy a:hover {
   color: #dea60b;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #000;
   font-size: 12px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 38px;
   border: 1px #004098 solid;
   color: #004098;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #004098;
   background-color: #004098;
}